Node.parent

Get this node immediate parent.

struct Node
const @nogc nothrow
parent
()

Return Value

Type: auto

a Nullable!Node, which gives the parent node if it has a parent, and null if the node has no parent.

Meta